bands property

  1. @override
int? bands
override

Get the number of bands.

Implementation

@override
int? get bands => _image?.data?.numChannels;