CreateMaintenancePlanRequest.fromJson constructor

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

Implementation

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