fromJsonModel static method

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

Implementation

static UserCollectionItem fromJsonModel(Map<String, dynamic> json) =>
    UserCollectionItem.fromJson(json);