ImportRowErrorXlsxErrorDetails.fromJson constructor

ImportRowErrorXlsxErrorDetails.fromJson(
  1. Map json_
)

Implementation

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