menu
google_cloud_protobuf package
documentation
protobuf.dart
Timestamp
Timestamp.new constructor
Timestamp.new constructor
dark_mode
light_mode
Timestamp
constructor
Timestamp
(
{
int
seconds
=
0
,
int
nanos
=
0
,
})
Implementation
Timestamp({this.seconds = 0, this.nanos = 0}) : super(fullyQualifiedName) { _validate(); }
google_cloud_protobuf package
documentation
protobuf
Timestamp
Timestamp.new constructor
Timestamp class