ImportRowErrorCsvErrorDetails.fromJson constructor
ImportRowErrorCsvErrorDetails.fromJson(
- Map json_
Implementation
ImportRowErrorCsvErrorDetails.fromJson(core.Map json_)
: this(
rowNumber: json_['rowNumber'] as core.int?,
);