GmbAccountsGmbAccount.fromJson constructor

GmbAccountsGmbAccount.fromJson(
  1. Map json_
)

Implementation

GmbAccountsGmbAccount.fromJson(core.Map json_)
  : this(
      email: json_['email'] as core.String?,
      listingCount: json_['listingCount'] as core.String?,
      name: json_['name'] as core.String?,
      type: json_['type'] as core.String?,
    );