toMap method

  1. @override
Map<String, dynamic> toMap()
override

Implementation

@override
Map<String, dynamic> toMap() => {
      ...super.toMap(),
      descriptionTag: description,
      branchIdTag: branchId,
      typeIdTag: typeId,
      levelIdTag: levelId,
      upIdTag: upId,
      groupIdTag: groupId,
    };