error static method

Map error(
  1. dynamic s
)

Implementation

static Map error(dynamic s) => {'msg': '$s', 'code': -1};