UserInformation.fromJson constructor

UserInformation.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory UserInformation.fromJson(Map<String, dynamic> input) =>
    _$UserInformationFromJson(input);