Service constructor
Service({})
Implementation
Service({
this.id,
this.name,
this.code,
this.description,
this.administratorId,
this.serviceTypeId,
this.serviceType,
this.price,
this.tags,
this.validTimestamp,
this.status,
this.createdAt,
this.updatedAt,
});