locale property

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

The locale of the collection.

Implementation

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