menu
story_dart package
documentation
project.dart
Character
Character.new constructor
Character.new constructor
dark_mode
light_mode
Character
constructor
Character
(
String
id
,
String
name
,
List
<
Variable
>
variable
,
List
<
Resource
>
base
,
List
<
Resource
>
overlay
,
Attributes
extraAttributes
,
)
Implementation
Character(this.id, this.name, this.variable, this.base, this.overlay, this.extraAttributes);
story_dart package
documentation
project
Character
Character.new constructor
Character class