CarpUser.fromJson constructor

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

Implementation

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