BasicAuthentication.fromJson constructor
BasicAuthentication.fromJson(
- Map json_
Implementation
BasicAuthentication.fromJson(core.Map json_)
: this(
passwordSecretVersion: json_['passwordSecretVersion'] as core.String?,
username: json_['username'] as core.String?,
);