mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-14 00:45:24 -04:00
Changes from dart fix --apply
This commit is contained in:
parent
c9653bab18
commit
d5a03f57d5
10 changed files with 193 additions and 10 deletions
|
@ -18,6 +18,11 @@ class ContactInvitationListWidget extends ConsumerStatefulWidget {
|
|||
@override
|
||||
ContactInvitationListWidgetState createState() =>
|
||||
ContactInvitationListWidgetState();
|
||||
@override
|
||||
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
|
||||
super.debugFillProperties(properties);
|
||||
properties.add(IterableProperty<proto.ContactInvitationRecord>('contactInvitationRecordList', contactInvitationRecordList));
|
||||
}
|
||||
}
|
||||
|
||||
class ContactInvitationListWidgetState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue