CustomAttributeFilter.fromJson constructor

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

Implementation

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