menu
webapp package
documentation
wa_route.dart
ApiBodyField<T>
ApiBodyField constructor
ApiBodyField constructor
dark_mode
light_mode
ApiBodyField<
T
>
constructor
ApiBodyField<
T
>
(
String
name
, {
Object
?
def
,
String
?
description
,
bool
isRequired
=
false
,
})
Implementation
ApiBodyField( this.name, { this.def, this.description, this.isRequired = false, });
webapp package
documentation
wa_route
ApiBodyField<T>
ApiBodyField constructor
ApiBodyField class