name property

Future<String> name

Will return the name of this node as stored in the local database

Implementation

Future<String> get name async => (await _methodChannel.invokeMethod<String>('name'))!;