CustomListAttributes.fromJson constructor

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

Implementation

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