Info constructor
const
Info({})
Default constructor.
Implementation
const Info({
required this.buildDate,
required this.compiler,
required this.gitCommit,
required this.gitTreeState,
required this.gitVersion,
required this.goVersion,
required this.major,
required this.minor,
required this.platform,
});