core.Map<core.String, core.dynamic> toJson() { final hour = this.hour; final minute = this.minute; return {'hour': ?hour, 'minute': ?minute}; }