menu
serverpod package
documentation
serverpod.dart
Scope
Scope const constructor
Scope const constructor
dark_mode
light_mode
Scope
constructor
const
Scope
(
String
?
name
)
Creates a new
Scope
.
Implementation
const Scope(this.name);
serverpod package
documentation
serverpod
Scope
Scope const constructor
Scope class