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