toZinc method

  1. @alwaysThrows
  2. @override
String toZinc()
override

/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////

Implementation

// HVal
//////////////////////////////////////////////////////////////////////////

  @alwaysThrows
  @override
  String toZinc() {
    throw UnsupportedError("HGrid.toZinc");
  }