RecordFile class
Constructors
- RecordFile.fromData(int i, bool recordHead, Map data, {bool isTypeSearch = false})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineFile ↔ RecordTimeLineFile?
-
getter/setter pair
- record_alarm ↔ int?
-
getter/setter pair
- record_cache_size ↔ int
-
getter/setter pair
- record_head ↔ bool?
-
getter/setter pair
- record_name ↔ String?
-
getter/setter pair
- record_size ↔ int
-
getter/setter pair
- record_time ↔ DateTime?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override