ItemUser.fromJson constructor

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

Implementation

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