marksFromJson static method
Implementation
static List<RichTextLeafMark> marksFromJson(JSONMap json) =>
List<JSONMap>.from(json["marks"] ?? []).map(RichTextLeafMark.fromJson).toList();
static List<RichTextLeafMark> marksFromJson(JSONMap json) =>
List<JSONMap>.from(json["marks"] ?? []).map(RichTextLeafMark.fromJson).toList();