models/cdma/cdma_band library

Classes

Band
CDMA Band model class Contains the attributes of CDMA Band Attributes: channelNumber, name, number Methods: toJson, fromJson Example: var cdmaBand = Band(channelNumber: 1, name: "CDMA", number: 1);