IR5Salle.fromJson constructor

IR5Salle.fromJson([
  1. Map<String, dynamic>? json
])

Implementation

factory IR5Salle.fromJson([Map<String, dynamic>? json]) =>
    _$IR5SalleFromJson(json ?? {});