getData<T> static method

T? getData<T>(
  1. T? data
)

Implementation

static T? getData<T>(T? data) => data;