IR5Restomax.fromJson constructor

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

Implementation

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