CatalogCustomAttributeDefinition.fromJson constructor

CatalogCustomAttributeDefinition.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CatalogCustomAttributeDefinition.fromJson(Map<String, dynamic> json) =>
    _$CatalogCustomAttributeDefinitionFromJson(json);