FutureServerMainExample constructor

FutureServerMainExample({
  1. bool? isServer,
})

Implementation

FutureServerMainExample({this.isServer})
    : super('lib/main.dart', overwrite: true);