DeleteAccountResponse.fromJson constructor

DeleteAccountResponse.fromJson(
  1. Map json_
)

Implementation

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