read method

  1. @override
T? read()
override

Returns the stored data.

Implementation

@override
T? read() {
  return value;
}