ServerVariable.fromJson constructor

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

Implementation

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