Open werediver opened 1 year ago
Please create and link :tickets: tickets for individual items.
deferred
as
show
hide
part
part of
export
import
'x'
"x"
'''x'''
"""x"""
r'x'
r"x"
r"""x"""
Object
Map<String, Object?>
T Function<T>(T)
List
<·>[]
Set
<·>{}
Map
<·, ·>{}
extends
final
sealed
implements
@immutable
@JsonSerializable(fieldRename: FieldRename.snake)
Please create and link :tickets: tickets for individual items.
18
8
deferred
: (deferred? as \<typeIdentifier>)?as
)show
,hide
)part
andpart of
export
show
,hide
)import
statement)8
'x'
,"x"
(line breaks not allowed)'''x'''
,"""x"""
(the line break right after the opening quotes is ignored)r'x'
,r"x"
,r"""x"""
(raw, no escape sequences or interpolation)43
Object
,Map<String, Object?>
)37
T Function<T>(T)
)List
(<·>[]
),Set
(<·>{}
),Map
(<·, ·>{}
)extends
)34
15
final
,sealed
, etc.)extends
clause10
implements
clause12
44
14
40
@immutable
,@JsonSerializable(fieldRename: FieldRename.snake)
, etc.)References