ServerBinding.fromJson constructor
ServerBinding.fromJson(
- Map json_
Implementation
ServerBinding.fromJson(core.Map json_)
: this(type: json_['type'] as core.String?);
ServerBinding.fromJson(core.Map json_)
: this(type: json_['type'] as core.String?);