toJsonWithMicroseconds method

Map<String, dynamic> toJsonWithMicroseconds()

Implementation

Map<String, dynamic> toJsonWithMicroseconds() => <String, dynamic>{
      id: {
        'creator_id': creatorId,
        'reaction': reaction,
        'image_url': imageUrl,
        'created_at': createdAtString,
      },
    };