Keywords constructor

Keywords(
  1. Map<String, dynamic> args
)

Implementation

Keywords(Map<String, dynamic> args) {
  _data.addAll(args);
}