toData method Null safety

CollectionData toData()

Implementation

CollectionData toData() => CollectionData(
      id: id,
      name: actualTableName,
      type: "collection",
      system: false,
    );