AppUser.fromJson constructor

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

Implementation

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