menu
meshagent package
documentation
participant_token.dart
TableGrant
TableGrant.new constructor
TableGrant.new constructor
dark_mode
light_mode
TableGrant
constructor
TableGrant
(
{
required
String
name
,
bool
write
=
false
,
bool
read
=
true
,
bool
alter
=
false
,
})
Implementation
TableGrant({required this.name, this.write = false, this.read = true, this.alter = false});
meshagent package
documentation
participant_token
TableGrant
TableGrant.new constructor
TableGrant class