SPMobilePackage constructor

SPMobilePackage(
  1. String name,
  2. String packageId,
  3. bool enabled
)

Implementation

SPMobilePackage(this.name, this.packageId, this.enabled);