getRepeatedInterfaceType method

String getRepeatedInterfaceType(
  1. FileGenerator fileGen
)

Implementation

String getRepeatedInterfaceType(
  FileGenerator fileGen,
) =>
    '$coreImportPrefix.List<${getInterfaceType(fileGen)}>';