expect method

T expect(
  1. String msg
)

Implementation

@pragma("vm:prefer-inline")
T expect(String msg) {
  return v;
}