menu
agent_harness package
documentation
acp.dart
PlanEntry
PlanEntry.fromMap factory constructor
PlanEntry.fromMap factory constructor
dark_mode
light_mode
PlanEntry.fromMap
constructor
PlanEntry.fromMap
(
Map
<
Object
?
,
Object
?
>
value
)
Implementation
factory PlanEntry.fromMap(Map<Object?, Object?> value) => _planEntryCodec.decode(value);
agent_harness package
documentation
acp
PlanEntry
PlanEntry.fromMap factory constructor
PlanEntry class