menu
carrotquest_sdk package
documentation
user_property/user_property.dart
UserProperty
UserProperty const constructor
UserProperty const constructor
dark_mode
light_mode
UserProperty
constructor
const
UserProperty
(
{
required
String
name
,
required
String
value
,
})
Implementation
const UserProperty({required this.name, required this.value});
carrotquest_sdk package
documentation
user_property/user_property
UserProperty
UserProperty const constructor
UserProperty class