RepostRecord.fromJson constructor

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

Implementation

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