menu
serverpod_boost package
documentation
project_context.dart
FieldInfo
FieldInfo.new const constructor
FieldInfo.new const constructor
dark_mode
light_mode
FieldInfo
constructor
const
FieldInfo
(
{
required
String
name
,
required
String
type
,
bool
isNullable
=
false
,
})
Implementation
const FieldInfo({ required this.name, required this.type, this.isNullable = false, });
serverpod_boost package
documentation
project_context
FieldInfo
FieldInfo.new const constructor
FieldInfo class