CustomFieldContextDefaultValue.fromJson constructor

CustomFieldContextDefaultValue.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CustomFieldContextDefaultValue.fromJson(Map<String, Object?> json) {
  return CustomFieldContextDefaultValue();
}