SimCardInfoData class

Constructors

SimCardInfoData({required String carrier_name, required String display_name, required String slot_index, required String number, required String country_iso, required String country_phone_prefix})

Properties

carrier_name String
carrierName : The name of the carrier.
getter/setter pair
country_iso String
  • countryIso : The ISO country code associated with the SIM card.
  • getter/setter pair
    country_phone_prefix String
  • countryPhonePrefix : The phone prefix for the country of the SIM card.
  • getter/setter pair
    display_name String
  • displayName : The display name of the carrier.
  • getter/setter pair
    hashCode int
    The hash code for this object.
    no setterinherited
    number String
  • number : The phone number associated with the SIM card.
  • getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    slot_index String
    slotIndex : The index of the SIM card slot.
    getter/setter pair

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toJson() Map
    toString() String
    A string representation of this object.
    override

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited