StreamRevision.fromInt64 constructor

StreamRevision.fromInt64(
  1. Int64 value
)

Creates a new StreamRevision from the given Int64.

Implementation

factory StreamRevision.fromInt64(Int64 value) => StreamRevision._(value);