name property

  1. @JsonKey(name: 'name', required: true)
String get name
inherited

The name of the collection.

Implementation

@JsonKey(name: 'name', required: true)
String get name => throw _privateConstructorUsedError;