toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ManifestLayout.full:
      return 'FULL';
    case ManifestLayout.compact:
      return 'COMPACT';
  }
}