Skip to content

Commit 3f6c5c2

Browse files
committed
style: use const constructor in complex_example
1 parent 6df8cfc commit 3f6c5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/complex_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Future<void> main() async {
135135

136136
final status3 = await consumedThing.readProperty(
137137
'anotherStatus',
138-
InteractionOptions(uriVariables: {'test': 'hi'}),
138+
const InteractionOptions(uriVariables: {'test': 'hi'}),
139139
);
140140
final value3 = await status3.value();
141141
print(value3);

0 commit comments

Comments
 (0)