assetStateType function

dynamic assetStateType(
  1. dynamic T
)

Implementation

assetStateType(var T) {
  // assert(
  // T.toString() != 'BFastUIState',
  // "please tell us the implementation of BFastUIState."
  //     " For example *<your implementation here>()");
}