ExcludableEntity constructor
const
ExcludableEntity({})
Creates an instance of ExcludableEntity.
Implementation
const ExcludableEntity({
required this.id,
required this.userId,
required this.name,
required this.modifiedAt,
required this.createdAt,
required this.version,
this.isDeleted = false,
this.localOnlyFields,
this.remoteOnlyFields,
});