build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$AppInfo build() {
final _$result = _$v ??
new _$AppInfo._(
deviceName: deviceName,
deviceVersion: deviceVersion,
deviceIdentifier: deviceIdentifier,
appVersion: appVersion,
appBuildNumber: appBuildNumber);
replace(_$result);
return _$result;
}