CheckValidCredsResponse.fromJson constructor

CheckValidCredsResponse.fromJson(
  1. Map json_
)

Implementation

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