AccountGoogleMyBusinessLink.fromJson constructor

AccountGoogleMyBusinessLink.fromJson(
  1. Map json_
)

Implementation

AccountGoogleMyBusinessLink.fromJson(core.Map json_)
  : this(
      gmbAccountId: json_['gmbAccountId'] as core.String?,
      gmbEmail: json_['gmbEmail'] as core.String?,
      status: json_['status'] as core.String?,
    );