menu
fluxer_dart package
documentation
models/call_update_body_schema.dart
CallUpdateBodySchema
CallUpdateBodySchema.new const constructor
CallUpdateBodySchema.new const constructor
dark_mode
light_mode
CallUpdateBodySchema
constructor
const
CallUpdateBodySchema
(
{
String
?
region
,
String
?
latitude
,
String
?
longitude
,
})
Implementation
const CallUpdateBodySchema({this.region, this.latitude, this.longitude});
fluxer_dart package
documentation
models/call_update_body_schema
CallUpdateBodySchema
CallUpdateBodySchema.new const constructor
CallUpdateBodySchema class