lastFailedUpdate property

  1. @TagNumber(2)
Timestamp get lastFailedUpdate

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

Implementation

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

Implementation

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