FollowupFlag class
Represents a flag to follow up on a message.
- Annotations
- 
    - @JsonSerializable.new()
 
Constructors
- FollowupFlag({String? flagStatus, DateTime? completedDateTime, DateTime? dueDateTime, DateTime? startDateTime})
- FollowupFlag.empty()
- 
          
            const
- 
          FollowupFlag.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- completedDateTime → DateTime?
- 
  The date and time when the follow-up was completed.
  final
- dueDateTime → DateTime?
- 
  The date and time when the follow-up is due.
  final
- flagStatus → String?
- 
  The status of the flag. Possible values are: notFlagged, complete, flagged.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- startDateTime → DateTime?
- 
  The date and time when the follow-up is scheduled to start.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited