BlocklistRow constructor
- required String userId,
- String? reason,
- required PreciseDateTime at,
- String? cursor,
Implementation
const BlocklistRow({
required this.userId,
this.reason,
required this.at,
this.cursor,
});
const BlocklistRow({
required this.userId,
this.reason,
required this.at,
this.cursor,
});