kind property

String? get kind

Implementation

String? get kind {
  final value = field['kind'];
  return value is String ? value : null;
}