SdkConfigurationProperty class
A configuration property of an SDK type.
Constructors
- SdkConfigurationProperty({String? defaultValue, String? description, String? friendlyName, String? name, bool? required})
-
SdkConfigurationProperty.fromJson(Map<
String, dynamic> json) -
factory
Properties
- defaultValue → String?
-
The default value of an SdkType configuration property.
final
- description → String?
-
The description of an SdkType configuration property.
final
- friendlyName → String?
-
The user-friendly name of an SdkType configuration property.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of a an SdkType configuration property.
final
- required → bool?
-
A boolean flag of an SdkType configuration property to indicate if
the associated SDK configuration property is required (
true
) or not (false
).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited