threads property

  1. @BuiltValueField(wireName: r'threads')
BuiltList<UserThread>? threads

Array of threads

Implementation

@BuiltValueField(wireName: r'threads')
BuiltList<UserThread>? get threads;