Creates from JSON map.
factory EmphasisMeta.fromJson(Map<String, dynamic> json) { return EmphasisMeta( style: json['style'] as String?, ); }