modelKey<M> static method

String modelKey<M>({
  1. String tag = '',
})

Implementation

static String modelKey<M>({String tag = ''}) => '$M##$tag';