LoginValue.fromJson constructor

LoginValue.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory LoginValue.fromJson(Map<String, Object?> json) =>
    _$LoginValueFromJson(json);