Created
May 1, 2019 18:54
-
-
Save fabiomsr/c88eed637cdb240c541700886eb468f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class TimeNotification extends Notification { | |
final String time; | |
const TimeNotification({this.time}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment