id property

Future<String> get id

Implementation

Future<String> get id async => _id ??= await layer.id;