mapDecoder<T> function

T mapDecoder<T>(
  1. Map<String, dynamic> args
)

Implementation

T mapDecoder<T>(Map<String, dynamic> args) {
  return args as T;
}