fromJsonMap method
Implementation
@override
ContextualContent? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? ContextualContent.fromJson(json) : null;
@override
ContextualContent? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? ContextualContent.fromJson(json) : null;