resolve method

  1. @override
void resolve(
  1. Type type,
  2. bool write
)
override

Implementation

@override
void resolve(Type type, bool write) {
  if ( write )
    throw MapperException("constants are not writeable");
}