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
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