id property

String? get id

Implementation

String? get id {
  return _options?['id'] as String?;
}