AppInfoModel constructor

AppInfoModel({
  1. String? uuid,
  2. String? id,
  3. String? defaultCommunityId,
  4. bool? active,
})

Implementation

AppInfoModel(
    {this.uuid, this.id, this.defaultCommunityId, this.active});