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