RichableEmbed.fromJson constructor

RichableEmbed.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RichableEmbed.fromJson(Map<String, dynamic> json) =
    _$RichableEmbed.fromJson;