getSchema method

Schema? getSchema(
  1. int code,
  2. int version
)

Implementation

Schema? getSchema(int code, int version) {
  return _schemas[code];
}