getDataOrThrow method

  1. @override
T getDataOrThrow()
override

Implementation

@override
T getDataOrThrow() {
  return data;
}