Tarification class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
Tarification.new({required String id, @Default(null) String? rev, @Default(null) int? deletionDate, @Default(null) Map<
String, String> ? label, @Default(null) String? context, @Default(null) String? type, @Default(null) String? code, @Default(null) String? version, @Default(null) String? author, @Default({}) Set<String> regions, @Default([]) List<Periodicity> periodicity, @Default(null) int? level, @Default([]) List<String> links, @Default({}) Map<LinkQualification, List< qualifiedLinks, @Default({}) Set<String> >CodeFlag> flags, @Default({}) Map<String, Set< searchTerms, @Default(null) String? data, @Default({}) Map<String> >AppendixType, String> appendices, @Default(false) bool disabled, @Default({}) Set<DecryptedValorisation> valorisations, @Default({}) Map<String, String> category, @Default(null) bool? consultationCode, @Default(null) bool? hasRelatedCode, @Default(null) bool? needsPrescriber, @Default(null) String? ngroup, @Default([]) List<LetterValue> letterValues}) -
constfactory
Properties
-
appendices
→ Map<
AppendixType, String> -
no setterinherited
-
no setterinherited
-
category
→ Map<
String, String> -
no setterinherited
- code → String?
-
no setterinherited
- consultationCode → bool?
-
no setterinherited
- context → String?
-
no setterinherited
-
copyWith
→ $TarificationCopyWith<
Tarification> -
Create a copy of Tarification
with the given fields replaced by the non-null parameter values.
no setterinherited
- data → String?
-
no setterinherited
- deletionDate → int?
-
no setterinherited
- disabled → bool
-
no setterinherited
-
flags
→ Set<
CodeFlag> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasRelatedCode → bool?
-
no setterinherited
- id → String
-
no setterinherited
-
label
→ Map<
String, String> ? -
no setterinherited
-
letterValues
→ List<
LetterValue> -
no setterinherited
- level → int?
-
no setterinherited
-
links
→ List<
String> -
no setterinherited
- needsPrescriber → bool?
-
no setterinherited
- ngroup → String?
-
no setterinherited
-
periodicity
→ List<
Periodicity> -
no setterinherited
-
qualifiedLinks
→ Map<
LinkQualification, List< String> > -
no setterinherited
-
regions
→ Set<
String> -
no setterinherited
-
no setterinherited
- rev → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchTerms
→ Map<
String, Set< String> > -
no setterinherited
- type → String?
-
no setterinherited
-
valorisations
→ Set<
DecryptedValorisation> -
no setterinherited
- version → String?
-
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
Static Methods
-
encode(
Tarification value) → Map< String, dynamic> -
fromJSON(
Map< String, dynamic> data) → Tarification