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