AndroidPlatformConstraints constructor
const
AndroidPlatformConstraints({})
Implementation
const factory AndroidPlatformConstraints({
/// minimum SDK version
required int? minSdkVersion,
/// compile SDK version
required int? compileSdkVersion,
/// target SDK version
required int? targetSdkVersion,
}) = _AndroidPlatformConstraints;