menu
velix_editor package
documentation
editor/test_model.dart
Address
Address.new constructor
Address.new constructor
dark_mode
light_mode
Address
constructor
Address
(
{
required
String
city
,
required
String
street
,
})
Implementation
Address({required this.city, required this.street});
velix_editor package
documentation
editor/test_model
Address
Address.new constructor
Address class