toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "uuid": uuid,
      "createdTS": createdTs,
      "updatedTS": updatedTs,
      "createdBy": createdBy,
      "updatedBy": updatedBy,
      "role": role,
      "active": active,
    };