TimeRange class

Constructors

TimeRange()
factory
TimeRange.fromBuffer(List<int> i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
factory
TimeRange.fromJson(String i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
factory

Properties

end ↔ dynamic
@$pb.TagNumber(2), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
info_ → dynamic
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
start ↔ dynamic
@$pb.TagNumber(1), read / write

Methods

clearEnd() → void
@$pb.TagNumber(2)
clearStart() → void
@$pb.TagNumber(1)
clone() TimeRange
copyWith(void updates(TimeRange)) TimeRange
createEmptyInstance() TimeRange
hasEnd() bool
@$pb.TagNumber(2)
hasStart() bool
@$pb.TagNumber(1)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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

Static Methods

create() TimeRange
createRepeated() → dynamic
getDefault() TimeRange