ServerVariable.fromJson constructor
Creates a ServerVariable from a JSON object.
Implementation
factory ServerVariable.fromJson(Map<String, dynamic> json) =>
_$ServerVariableFromJson(json);
Creates a ServerVariable from a JSON object.
factory ServerVariable.fromJson(Map<String, dynamic> json) =>
_$ServerVariableFromJson(json);