CodeIdsByTypeCodeVersionIntervalFilter class

Inheritance

Constructors

CodeIdsByTypeCodeVersionIntervalFilter({String? desc, String? startType, String? startCode, String? startVersion, String? endType, String? endCode, String? endVersion})

Properties

desc String?
getter/setter pairoverride
endCode String?
getter/setter pair
endType String?
getter/setter pair
endVersion String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCode String?
getter/setter pair
startType String?
getter/setter pair
startVersion String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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