copy abstract method

Future<Style?> copy(
  1. AppModel app,
  2. String newName
)

Implementation

Future<Style?> copy(AppModel app, String newName);