menu
google_distance_matrix package
documentation
models/distance_matrix_model.dart
TextValueModel
TextValueModel const constructor
TextValueModel const constructor
dark_mode
light_mode
TextValueModel
constructor
const
TextValueModel
(
{
required
String
text
,
required
int
value
,
})
Implementation
const TextValueModel({ required this.text, required this.value, });
google_distance_matrix package
documentation
models/distance_matrix_model
TextValueModel
TextValueModel const constructor
TextValueModel class