format the gst.
gst
Basically it will uppercase the number.
String? format(String? gst) { return gst?.toUpperCase(); }