toJson method
JSON-like representation for debug UIs.
Implementation
Map<String, Object?> toJson() {
return <String, Object?>{
'id': id,
'execution': execution,
'streamKind': streamKind,
'usesFlutterEngine': usesFlutterEngine,
'ownsPipeline': ownsPipeline,
'supportsAnimatedImages': supportsAnimatedImages,
};
}