CoreSystem.fromJson constructor

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

Implementation

factory CoreSystem.fromJson(Map<String, dynamic> json) {
	return _$CoreSystemFromJson(json);
}