CheckValidCredsResponse.fromJson constructor
CheckValidCredsResponse.fromJson(
- Map json_
Implementation
CheckValidCredsResponse.fromJson(core.Map json_)
: this(
hasValidCreds: json_['hasValidCreds'] as core.bool?,
);