ServerVariable.fromJson constructor

ServerVariable.fromJson(
  1. Map<String, dynamic> json
)

Creates a ServerVariable from a JSON object.

Implementation

factory ServerVariable.fromJson(Map<String, dynamic> json) =>
    _$ServerVariableFromJson(json);