AuthField.fromJson constructor
AuthField.fromJson(
- Map json_
Implementation
AuthField.fromJson(core.Map json_)
: this(
dataType: json_['dataType'] as core.String?,
description: json_['description'] as core.String?,
key: json_['key'] as core.String?,
);