mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
null-safety
This commit is contained in:
@@ -17,7 +17,7 @@ class DistributedServer extends IResource {
|
||||
return AsyncReply.ready(true);
|
||||
}
|
||||
|
||||
EntryPoint entryPoint;
|
||||
EntryPoint? entryPoint;
|
||||
|
||||
@override
|
||||
getProperty(String name) => null;
|
||||
|
||||
Reference in New Issue
Block a user