toJson method Null safety
override
Serializes this message to a JSON map.
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'status': _healthStatusIndex.toSimpleName(status),
};
Serializes this message to a JSON map.
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'status': _healthStatusIndex.toSimpleName(status),
};