AccountsUpdateLabelsResponse.fromJson constructor

AccountsUpdateLabelsResponse.fromJson(
  1. Map json_
)

Implementation

AccountsUpdateLabelsResponse.fromJson(core.Map json_)
  : this(kind: json_['kind'] as core.String?);