VariableModeDto.fromJson constructor

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

Implementation

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