orientationKey property
String
get
orientationKey
Returns Key for android implementation
Implementation
String get orientationKey {
switch (this) {
case PrintOrientation.Landscape:
return "LANDSCAPE";
case PrintOrientation.Portrait:
return "PORTRAIT";
}
}