menu
wings_data_model
wings_data_model
PlanDefinitionBuilder
title property
title
brightness_4
title
property
Null safety
String
?
title
Implementation
String? get title => _$this._title;
void
title=
(
String
?
title
)
Implementation
set title(String? title) => _$this._title = title;
wings_data_model
wings_data_model
PlanDefinitionBuilder
title property
PlanDefinitionBuilder class
Constructors
PlanDefinitionBuilder
Properties
actions
date
hashCode
id
name
runtimeType
title
Methods
build
noSuchMethod
replace
toString
update
Operators
operator ==