data property

({E? error, String type, T? value}) data
getter/setter pair

Implementation

late ({String type, T? value, E? error}) data;