menu
survicate_sdk package
documentation
response_attribute.dart
ResponseAttribute
ResponseAttribute.string constructor
ResponseAttribute.string constructor
dark_mode
light_mode
ResponseAttribute.string
constructor
ResponseAttribute.string
(
String
name
,
String
value
, {
String
?
provider
,
})
Creates a string attribute.
Implementation
ResponseAttribute.string(this.name, this.value, {this.provider});
survicate_sdk package
documentation
response_attribute
ResponseAttribute
ResponseAttribute.string constructor
ResponseAttribute class