toGet property

SnackStyle toGet

Implementation

G.SnackStyle get toGet {
  switch (this) {
    case SnackStyle.GROUNDED:
      return G.SnackStyle.GROUNDED;

    default:
      return G.SnackStyle.FLOATING;
  }
}