ImportRowErrorCsvErrorDetails.fromJson constructor

ImportRowErrorCsvErrorDetails.fromJson(
  1. Map json_
)

Implementation

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