Sign in
dart
/
dart_style
/
refs/tags/0.1.8
/
.
/
test
/
splitting
/
members.unit
blob: 26ca1292867e78b947543815efc457d96fd19a3a [
file
] [
log
] [
blame
]
40
columns
|
>>>
prefers to wrap at
=>
before
params
class
Foo
{
Stream
methodName
(
AssetId
id
)
=>
methodBodyHereItIs
;
}
<<<
class
Foo
{
Stream
methodName
(
AssetId
id
)
=>
methodBodyHereItIs
;
}