provinceList property

List<(String, String, Image?)>? provinceList
final

provice or state list. (province code, province name, flag image)

Implementation

final List<(String, String, Image?)>? provinceList;