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