bucketOrder property

  1. @JsonKey(name: 'bucketOrder')
int? bucketOrder
getter/setter pair

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;