get_id method

Future<String?> get_id()

Implementation

Future<String?> get_id() async {
  if (this == null) return null;
  return await this!.propertyValue('id');
}