ConvertRowIdToColumn.fromJson constructor
ConvertRowIdToColumn.fromJson(
- Map json_
Implementation
ConvertRowIdToColumn.fromJson(core.Map json_)
: this(
onlyIfNoPrimaryKey: json_['onlyIfNoPrimaryKey'] as core.bool?,
);