Keyword class
- Implemented types
Constructors
-
Keyword(String id, {String? rev, int? created, int? modified, String? author, String? responsible, String? medicalLocationId, Set<
CodeStub> ? tags, Set<CodeStub> ? codes, int? endOfLife, int? deletionDate, String? value, Set<KeywordSubword> ? subWords, String? userId}) -
Keyword.fromJSON(Map<
String, dynamic> data) -
factory
Properties
-
getter/setter pairoverride
-
codes
↔ Set<
CodeStub> -
getter/setter pairoverride
- created ↔ int?
-
getter/setter pairoverride
- deletionDate ↔ int?
-
getter/setter pairoverride
- endOfLife ↔ int?
-
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pairoverride-getter
- medicalLocationId ↔ String?
-
getter/setter pairoverride
- modified ↔ int?
-
getter/setter pairoverride
- responsible ↔ String?
-
getter/setter pairoverride
- rev ↔ String?
-
getter/setter pairoverride-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subWords
↔ Set<
KeywordSubword> -
getter/setter pair
-
getter/setter pairoverride
- userId ↔ String?
-
getter/setter pair
- value ↔ String?
-
getter/setter pair
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