CoachStep class

A single coaching step or action item.

Used with persona: life.coach.v1

Constructors

CoachStep({required int order, required String title, required String description, String? duration, String? category, bool isOptional = false})
const
CoachStep.fromMap(Map<String, dynamic> map)
factory

Properties

category String?
Optional category (e.g., "reflection", "action", "mindfulness").
final
description String
Detailed description or instructions for this step.
final
duration String?
Optional duration estimate (e.g., "5 minutes", "1 day").
final
hashCode int
The hash code for this object.
no setterinherited
isOptional bool
Whether this step is optional.
final
order int
The step number or order.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title or summary of this step.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited