userId property

  1. @BuiltValueField(wireName: r'user_id')
String? userId

The ID of the user that made this reaction

Implementation

@BuiltValueField(wireName: r'user_id')
String? get userId;