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})
const
factory
LabelValueDefinition.fromJson(Map<String, Object?> json)
factory

Properties

adultOnly bool
no setterinherited
blurs String
no setterinherited
copyWith → $LabelValueDefinitionCopyWith<LabelValueDefinition>
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited