completed property

  1. @JsonKey(fromJson: authBooleanSerializer, name: "completed")
bool completed
final

Whether the user has completed this action

Implementation

@JsonKey(fromJson: authBooleanSerializer, name: "completed")
final bool completed;