lastSuccessfulUpdate property

  1. @TagNumber(1)
Timestamp get lastSuccessfulUpdate

Timestamp (in the client's estimated server timebase) for the most recent ProjectUpdateRecord applied to the serialized_project_proto in FlutterflowProject.

Implementation

@$pb.TagNumber(1)
$0.Timestamp get lastSuccessfulUpdate => $_getN(0);
  1. @TagNumber(1)
set lastSuccessfulUpdate (Timestamp value)

Implementation

@$pb.TagNumber(1)
set lastSuccessfulUpdate($0.Timestamp value) => $_setField(1, value);