ClassInfo<T> constructor
const
ClassInfo<T> ({})
Implementation
const ClassInfo({
required this.tableName,
// required this.fromDbJson,
// required this.toDbJson,
required this.fromJson,
required this.toJson,
}) : type = T;