bucketOrder property
Use this property to provide a quick-and-dirty recommended ordering for buckets in the UI. Most UIs will likely want to forsake this for something more custom and manual.
Implementation
@JsonKey(name:'bucketOrder')
int? bucketOrder;