EndPoint.fromJson constructor
EndPoint.fromJson(
- Map json_
Implementation
EndPoint.fromJson(core.Map json_)
: this(
url: json_['url'] as core.String?,
);
EndPoint.fromJson(core.Map json_)
: this(
url: json_['url'] as core.String?,
);