BranchUserModel.fromMap constructor
Implementation
BranchUserModel.fromMap(super.map)
: userId = map.getInt(userIdTag)!,
sessionId = map.getInt(userIdTag)!,
branchId = map.getInt(branchIdTag)!,
roleId = map.getInt(roleIdTag)!,
status = map.getBool(statusTag)!,
super.fromMap();