LabelValueDefinition class
- Annotations
-
- @freezed
Constructors
-
LabelValueDefinition({required String identifier, required String severity, required String blurs, @Default('warn') String defaultSetting, @Default(false) bool adultOnly, required List<
LabelValueDefinitionStrings> locales}) -
constfactory
-
LabelValueDefinition.fromJson(Map<
String, Object?> json) -
factory
Properties
- adultOnly → bool
-
no setterinherited
- blurs → String
-
no setterinherited
-
copyWith
→ $LabelValueDefinitionCopyWith<
LabelValueDefinition> -
Create a copy of LabelValueDefinition
with the given fields replaced by the non-null parameter values.
no setterinherited
- defaultSetting → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String
-
no setterinherited
-
locales
→ List<
LabelValueDefinitionStrings> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this LabelValueDefinition to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited