create static method

  1. @Deprecated('Use Timestamp() / Timestamp.new instead')
Timestamp create()

Implementation

@$core.pragma('dart2js:noInline')
@$core.Deprecated('Use Timestamp() / Timestamp.new instead')
static Timestamp create() => Timestamp._();