UserCollectionItem.fromJson constructor

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

Implementation

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