ServerProcessing.fromJson constructor

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

Implementation

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