create method

Future<ISmartDate> create(
  1. ISmartDate body
)
inherited

Implementation

Future<V> create(V body) => illegalState("Not implemented");