VentilationFan.fromJson constructor

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

Implementation

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